﻿@charset "utf-8";

/* XHTML, HTML4, HTML5 默认浏览器样式重写
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
input,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

html,
body {
    height: 100%;
}

b,
strong {
    font-weight: bold;
}

i {
    font-style: normal;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    /*IE*/
    -ms-interpolation-mode: bicubic;
}

ol,
ul {
    list-style: none;
}

li {
    /* IE6 + IE7: */
    *display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
}

a,
input,
button {
    outline: none;
    text-decoration: none;
}

a {
    color: #333;
}

::-moz-focus-inner {
    border: 0px;
}

/* 基本 HTML 样式
----------------------------------------------------------------------------------------------------*/
body {
    font: 12px/1.5 'Microsoft YaHei', 'SimSun', Arial, 'Liberation Sans', FreeSans, sans-serif;
    position: relative;
}

input,
textarea {
    font-family: 'Microsoft YaHei', 'SimSun', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

input[type="button"],
input[type="submit"] {
    cursor: pointer;
    border-radius: 2px;
}

.bgc {
    background: #f1f1f1;
}

/* width
----------------------------------------------------------------------------------------------------*/
.wth960 {
    margin: 0 auto;
    position: relative;
    width: 1042px;
    padding: 0 10px;
}

/* font
-----------------------------------------------------------------------------------------------------*/
.font1 {
    font-size: 12px;
}

.font2 {
    font-size: 14px;
}

.font3 {
    font-size: 16px;
}

.font4 {
    font-size: 18px;
}

.font5 {
    font-size: 20px;
}

.font6 {
    font-size: 22px;
}

.font7 {
    font-size: 24px;
}

.font8 {
    font-size: 32px;
}

/* margin
-----------------------------------------------------------------------------------------------------*/
.mgauto {
    margin: auto;
}

.mg1 {
    margin: 5px;
}

.mg2 {
    margin: 10px;
}

.mg3 {
    margin: 15px;
}

.mg4 {
    margin: 20px;
}

.mg5 {
    margin: 30px;
}

.mg-1 {
    margin: 0 5px;
}

.mg-2 {
    margin: 0 10px;
}

.mt1 {
    margin-top: 5px;
}

.mt2 {
    margin-top: 10px;
}

.mt3 {
    margin-top: 15px;
}

.mt4 {
    margin-top: 20px;
}

.mt5 {
    margin-top: 30px;
}

.mt6 {
    margin-top: 40px;
}

.mt7 {
    margin-top: 60px;
}

.mt8 {
    margin-top: 80px;
}

.mt9 {
    margin-top: 50px;
}

.mt10 {
    margin-top: 35px;
}

.mt11 {
    margin-top: 100px;
}

.mt-12 {
    margin-top: -90px;
}

.mb1 {
    margin-bottom: 45px;
}

.mb4 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 25px;
}

.ml1 {
    margin-left: 60px;
}

.ml2 {
    margin-left: 30px;
}

.ml3 {
    margin-left: 33px;
}

.mr0 {
    margin-right: 0;
}

.mr1 {
    margin-right: 65px;
}

.mr2 {
    margin-right: 10px;
}

/* padding
-----------------------------------------------------------------------------------------------------*/
.pd {
    padding: 45px 0;
}

.pt1 {
    padding-top: 40px;
}

.pt2 {
    padding-top: 10px;
}

.pt3 {
    padding-top: 15px;
}

.pt4 {
    padding-top: 20px;
}

.pt5 {
    padding-top: 25px;
}

.pt9 {
    padding-top: 60px;
}

.pt10 {
    padding-top: 50px;
}

.pb1 {
    padding-bottom: 5px;
}

.pb2 {
    padding-bottom: 10px;
}

.pb3 {
    padding-bottom: 15px;
}

.pb4 {
    padding-bottom: 20px;
}

.pb6 {
    padding-bottom: 30px;
}

.pl1 {
    padding-left: 45px;
}

.pl6 {
    padding-left: 35px;
}

.pl0 {
    padding-left: 0px;
}

/* 网站通用公共主结构样式
----------------------------------------------------------------------------------------------------*/
body {
    min-width: 1005px;
    font-family: "微软雅黑";
    color: #333;

}

.clear {
    clear: both;
}

/* 容器
----------------------------------------------------------------------------------------------------*/
.container {
    margin: 0 auto;
    width: 985px;
    padding: 0 10px;
    position: relative;
}

/* 对齐
----------------------------------------------------------------------------------------------------*/
.alignl {
    text-align: left;
}

.alignr {
    text-align: right;
}

.alignc {
    text-align: center;
}

.valignm {
    vertical-align: middle;
}

.valignt {
    vertical-align: top;
}

/* 浮动
----------------------------------------------------------------------------------------------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/* 清除左右浮动时候的最后一个或者第一个margin
----------------------------------------------------------------------------------------------------*/
.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* header
---------------------------------------------------------------------------------------------------*/
.header {
    height: 87px;
    line-height: 87px;
}

.logo {
    width: 143px;
    float: left;
    *padding-top: 13px;
}

.topNav {
    width: 700px;
    float: left;
    text-align: right;
}

.topNav li {
    text-align: center;
    float: right;
    font-size: 16px;
}

.topNav li a {
    padding: 0 15px;
    display: block;
    color: #333;
}

.topNav li a:hover {
    color: red;
}

.topNav li a.curNav {
    color: #f00;
}

.call {
    position: absolute;
    top: 29px;
    right: -20px;
    border-left: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
    /* padding-right:15px; */
    color: #666;
}

/* banner
---------------------------------------------------------------------------------------------------*/
.banner {
    height: 420px;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    _width: expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth : document.body.clientWidth) < 1000? '1005px' :'auto');
}

.homeBanner,
.homeBanner,
.productBanner,
.solutionsBanner1,
.caseBanner1 {
    _width: expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth : document.body.clientWidth) < 1000? '1005px' :'auto')
}

/* contNav
---------------------------------------------------------------------------------------------------*/
.title {
    height: 92px;
    line-height: 92px;
    font-size: 46px;
}

.contNav {
    height: 70px;
    padding-top: 30px;
}

.contNav li {
    height: 42px;
    color: #676767;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    float: left;
    margin-right: 20px;
    display: inline;
}

.contNav li a {
    display: block;
    min-width: 65px;
    padding: 0 15px;
    color: #676767;
    border: 1px solid #6A6A6A;
}

.contNav a.cur {
    border: 1px solid #f00;
    color: #f00;
}

.suggest {
    line-height: 34px;
    padding: 12px 30px;
    background: #F5F5F5;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #666;
}

/* footer
---------------------------------------------------------------------------------------------------*/
.footer {
    float: left;
    margin-top: 5px;
    width: 100%;
    background: #EEECED;
    height: 198px;
    text-align: center;
}

.link {
    width: 540px;
}

.link,
.linkImg {
    margin: 0 auto;
}

.link li {
    float: left;
    width: 90px;
    text-align: center;
    line-height: 20px;
}

.link li a {
    display: block;
}

.link li a:hover {
    display: block;
    color: #0683FF;
}

.linkImg {
    overflow: hidden;
    width: 200px;
}

.linkImg a {
    overflow: hidden;
    float: left;
    display: block;
    margin-left: 16px;
}





/* 	字体颜色控制
----------------------------------------------------------------------------------------------------*/
.fc1 {
    color: #F00;
}

.fc2 {
    color: #E73130;
}

.fc3 {
    color: #FE847F;
}

.fc4 {
    color: #666;
}

.fc5 {
    color: #002B81;
}

.fc6 {
    color: #999;
}

.fc7 {
    color: #00A5CF;
}

.tIn {
    text-indent: 2em;
}

/*--------------add------------*/
.blueBox {
    height: 20px;
    line-height: 44px;
    background: #77C5F5;
    color: #fff;
    font-size: 20px;
    padding: 12px 22px;
    border-radius: 4px;
}

/*----------底部 新闻------------*/
.sidecont {
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 10px;
    width: 456px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    z-index: 999;
    background: #FD0002;
    font-size: 14px;
    display: block;
}

.sidecont a {
    color: #fff;
}

.sidecont p,
.sidecont span {
    display: block;
    float: left;
}

.sidecont p {
    width: 28em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #fff;
    padding: 0 10px 0 15px;
}

.sidecont span {
    width: 38px;
    text-align: center;
}

/*-----------------电子支付安全宣传----------------------------------*/
.safe_window {
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 340px;
    width: 300px;
    height: 240px;
    line-height: 38px;
    color: #fff;
    z-index: 999;
    /*background:#f00;*/
    font-size: 14px;
    display: block;
    background: #fff url(img/safe.jpg) center center no-repeat;
    border: #eee solid 2px;
}

/*----------*/
/*.safe_newpafe{
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}*/
.safe_part_1 {
    background: #fff url(img/pic_safe_01.png) center center no-repeat;
    width: 598px;
    height: 373px;
    margin: 0px auto;
}

.safe_part_2 {
    background: #fff url(img/pic_safe_02.png) center center no-repeat;
    width: 320px;
    height: 237px;
    margin: 0px auto;
}

.safe_part_2_word {
    text-indent: 10px;
    font-size: 16px;
    margin: 15px 0px;
}

.safe_part_3 {
    background: #fff url(img/pic_safe_03.png) center center no-repeat;
    width: 417px;
    height: 841px;
    margin: 20px auto;
}

.safe_part_4 {
    background: #fff url(img/pic_safe_04.png) center center no-repeat;
    width: 421px;
    height: 836px;
    margin: 20px auto;
}

.safe_part_5 {
    background: #fff url(img/pic_safe_05.png) center center no-repeat;
    width: 412px;
    height: 844px;
    margin: 20px auto;
}

.safe_part_6 {
    background: #fff url(img/pic_safe_06.png) center center no-repeat;
    width: 418px;
    height: 843px;
    margin: 20px auto;
}

.safe_part_7 {
    background: #fff url(img/pic_safe_07.png) center center no-repeat;
    width: 415px;
    height: 844px;
    margin: 20px auto;
}

.tou {
    text-indent: 2em;
}

.safe_part_7_word {
    font-size: 16px;
    margin: 8px 0px;
}

.text_center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.safe_part_8 {
    background: #fff url(img/pic_safe_08.png) center center no-repeat;
    width: 320px;
    height: 237px;
    margin: 20px auto;
    margin-bottom: 50px;
    display: block;
}

.safe_word {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.mar_top_55 {
    margin-top: 55px;
}